Hiya If You Are See This That Means You Opened Up My Code, While I Don't Mind Being Inspration For Things DO NOT TAKE MY CODE!!! Foil, Myself Ms. AI and Poke Spent Months Writing Testing And Working On This Addon Please Do Not Take Anything Or You Will Be Reported To Palladium Devs, 
Thank You!
I was give the okay by red and the team to uploaded this since the team will be making the mod

            "conditions": {
                "enabling": [
                    {
                        "type": "palladium:toggle"
                    }
                ],
                "unlocking": [
                    {
                        "type": "palladium:ability_unlocked",
                        "ability": "repulsors_purchase"
                    },
                    {
                        "type": "palladium:not",
                        "conditions": [
                            {
                                "type": "palladium:ability_enabled",
                                "ability": "doom_ray"
                            }
                        ]
                    },
                    {
                        "type": "palladium:or",
                        "conditions": [
                            {
                                "type": "palladium:ability_enabled",
                                "ability": "repulsors_aim"
                            },
                            {
                                "type": "palladium:crouching"
                            },
                            {
                                "type": "palladium:not",
                                "conditions": [
                                    {
                                        "type": "palladium:ability_unlocked",
                                        "ability": "doom_ray_purchase"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }